libxl: fork: Rename sigchld handler functions
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 17 Jan 2014 11:45:57 +0000 (11:45 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 6 Feb 2014 14:20:19 +0000 (14:20 +0000)
commitc723e84736a4675cffd843bf3def06a6f1664774
treec94f326c1f13e0c60503047bc9d08b90f5c6f336
parent80c2b7273bd2a86ac267f77a6cfb19c6fe077307
libxl: fork: Rename sigchld handler functions

We are going to change these functions so that different libxl ctx's
can share a single SIGCHLD handler.  Rename them now to a new name
which doesn't imply unconditional handler installation or removal.

Also note in the comments that they are idempotent.

No functional change.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Jim Fehlig <jfehlig@suse.com>
Cc: Ian Campbell <Ian.Campbell@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl_fork.c
tools/libxl/libxl_internal.h